var runtime.itabLock
9 uses
runtime (current package)
iface.go#L18: itabLock mutex // lock for accessing itab table
iface.go#L70: lock(&itabLock)
iface.go#L72: unlock(&itabLock)
iface.go#L88: unlock(&itabLock)
iface.go#L260: lockInit(&itabLock, lockRankItab)
iface.go#L261: lock(&itabLock)
iface.go#L267: unlock(&itabLock)
plugin.go#L68: lock(&itabLock)
plugin.go#L72: unlock(&itabLock)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |